home *** CD-ROM | disk | FTP | other *** search
-
- HDUPE.EXE Dec-92
- ---------
-
- Written by KJ4LQ this is a small utility which can be used to check for, and
- remove any duplicated entries in the Heirarchical Routing look-up file
- HROUTE.SYS. It is recommended that this utility be run automatically as
- part of the daily housekeeping routine.
-
- Installation
-
- 1. Place the file HROUTE.EXE in the c:\FBB\BIN directory
-
- 2. Edit the file APPEL.BAT to include the call for this utility during
- the normal daily housekeeping routine. An example follows:-
-
-
- serv %1
- cls
- if errorlevel 2 goto direct
- if errorlevel 1 goto suite
- goto fin
- :suite
- cls
- echo ╔═══════════════════════════════════╗
- echo ║ Sorting Heirarchical Routing File ║
- echo ╚═══════════════════════════════════╝
- cd %fbb%\system
- copy hroute.sys temp.$$$
- type temp.$$$ | sort | find /v "# " > hroute.sys
- del temp.$$$
- =====> hdupe <==================================== Add this line here ==
- sleep 3 ++++++++++++++++++
- cls
- echo ╔═══════════════════════════════╗
- echo ║ Updating White Pages Database ║
- echo ╚═══════════════════════════════╝
- cd %fbb%
- epurwp 40
- sleep 3
- cls
- echo ╔═══════════════════════════════════╗
- echo ║ Running FWDSTATS Analysis Routine ║
- echo ╚═══════════════════════════════════╝
- cd %fbb%\oldmail
- copy *.* \fwdstats\oldmail\*.fwd
-
-
- I have taken the liberty of producing this small .DOC file to accompany this
- program, as the utility was supplied to me as a plain executable file, without
- any supporting instructions. However, any queries should be directed to the
- author at KJ4LQ @ KJ4LQ.#TIDE.VA.USA.NOAM and not to the undersigned.
-
- ++ THIS UTILITY IS PROVIDED FREE OF ANY CHARGE ++
-
- 73 de Andy G1DIL SysOp @ GB7BBS.#28.GBR.EU - The FBB SysOp Support BBS
-
- Note: GB7BBS is available by telephone 24 hours per day. Callers do not need to
- have a password issued as un-registered callers are allowed READ-ONLY
- access which allows reading of messages and/or downloading of files. More
- than 5Mb of FBB support material and servers are available. You should
- call using 2400/N81 to +44.746.862531
-
-
-